home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000407_news@columbia.edu _Thu Sep 26 15:36:38 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id PAA18728 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 26 Sep 1996 15:36:38 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id PAA14314 for kermit.misc@watsun; Thu, 26 Sep 1996 15:36:37 -0400 (EDT)
  4. Path: news.columbia.edu!panix!newsfeed.internetmci.com!www.nntp.primenet.com!nntp.primenet.com!uwm.edu!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc,comp.os.netware.connectivity,comp.protocols.ppp
  7. Subject: Re: SLIP_PPP, second call for help
  8. Message-ID: <1996Sep26.120131.85648@cc.usu.edu>
  9. Date: 26 Sep 96 12:01:30 MDT
  10. References: <524nrf$5r8@gateway.dircsa.org.au>
  11. Organization: Utah State University
  12. Lines: 40
  13. Xref: news.columbia.edu comp.protocols.kermit.misc:5969 comp.os.netware.connectivity:18836 comp.protocols.ppp:17412
  14.  
  15. In article <524nrf$5r8@gateway.dircsa.org.au>, arthur@gateway.dircsa.org.au (Arthur Marsh) writes:
  16. > This is a second call for help on this matter with some cross-posting:
  17. > I've been able to bring up a PPP using LSL and SLIP_PPP.COM by the following
  18. > sequence:
  19. >     LSL
  20. >     running MSK 3.15b8 to manually log on
  21. >     SLIP_PPP E
  22. >     SLIP_PPP S
  23. > but have been getting the error message "Cannot access IP packets" if I run
  24. > MSK 3.15b8 and attempt to set port tcp/ip and connect.
  25.     <much omitted>
  26. > Arthur Marsh, telephone +61-8-8370-2365, fax +61-8-8223-5082 
  27. >               arthur@dircsa.org.au
  28. ------------
  29.     SLIP_PPP.COM does not reveal the connected IP address to external
  30. callers, except those which build Novell's LWP/DOS support library into their
  31. programs. I have that material, complements of Novell, but no vendor's lib
  32. can be built into MS-DOS Kermit (for reasons which must be obvious to all).
  33.     There are several alternatives which spring to mind.
  34.  
  35.     Try using Bootp across PPP, if your site is setup appropriately.
  36.     Mine isn't so I cannot say if this will actually work.
  37.  
  38.     Use SLIP rather than PPP. That works; Novell has demonstrated the
  39.     combination. In fact, MSK can capture the serial port from SLIP_PPP
  40.     to dial, in case you decide not to use Novell's Dialer program, and
  41.     return it intact on the fly. We discuss this in the release notes.
  42.  
  43.     Use another PPP serial port driver, such as Merit's (find a copy in
  44.     the Cyrnwr Collection of Packet Drivers).
  45.  
  46.     It's wise to keep in mind there are no standards nor guidelines on
  47. what the top level looks like for PPP drivers. It's anarchy again, and the
  48. commercial products have proprietary interfaces. The only PPP driver which
  49. Kermit supports directly is Telebit's ODIPPP.COM program which does report
  50. the IP number in a way that can be read by comms programs (and Kermit does).
  51.         Joe D.